﻿2026-06-22T01:45:55.2034031Z ##[group]Run actions/checkout@v5
2026-06-22T01:45:55.2035355Z with:
2026-06-22T01:45:55.2036047Z   fetch-depth: 0
2026-06-22T01:45:55.2036970Z   repository: SaberMage/spt-core
2026-06-22T01:45:55.2045867Z   token: ***
2026-06-22T01:45:55.2046569Z   ssh-strict: true
2026-06-22T01:45:55.2047298Z   ssh-user: git
2026-06-22T01:45:55.2048028Z   persist-credentials: true
2026-06-22T01:45:55.2048825Z   clean: true
2026-06-22T01:45:55.2049659Z   sparse-checkout-cone-mode: true
2026-06-22T01:45:55.2050538Z   fetch-tags: false
2026-06-22T01:45:55.2051281Z   show-progress: true
2026-06-22T01:45:55.2052031Z   lfs: false
2026-06-22T01:45:55.2052718Z   submodules: false
2026-06-22T01:45:55.2053464Z   set-safe-directory: true
2026-06-22T01:45:55.2054509Z ##[endgroup]
2026-06-22T01:45:55.2914481Z Syncing repository: SaberMage/spt-core
2026-06-22T01:45:55.2916795Z ##[group]Getting Git version info
2026-06-22T01:45:55.2918086Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T01:45:55.2919983Z [command]/usr/bin/git version
2026-06-22T01:45:55.2921221Z git version 2.43.0
2026-06-22T01:45:55.2926706Z ##[endgroup]
2026-06-22T01:45:55.2937481Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/623070dc-b396-4e39-9612-99dcaa7c7a98' before making global git config changes
2026-06-22T01:45:55.2939992Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:45:55.2941982Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T01:45:55.2974501Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T01:45:55.2994415Z https://github.com/SaberMage/spt-core
2026-06-22T01:45:55.3005094Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T01:45:55.3007465Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T01:45:55.3031453Z HEAD
2026-06-22T01:45:55.3063282Z ##[endgroup]
2026-06-22T01:45:55.3064265Z [command]/usr/bin/git submodule status
2026-06-22T01:45:55.3242146Z ##[group]Cleaning the repository
2026-06-22T01:45:55.3243877Z [command]/usr/bin/git clean -ffdx
2026-06-22T01:45:58.0545759Z Removing target/
2026-06-22T01:45:58.0558034Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T01:45:58.0758008Z HEAD is now at c9985dae0 Merge 805727c5cda493066d3a8c1dc0678d55f2d0cff6 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:45:58.0763471Z ##[endgroup]
2026-06-22T01:45:58.0765302Z ##[group]Disabling automatic garbage collection
2026-06-22T01:45:58.0768318Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T01:45:58.0794564Z ##[endgroup]
2026-06-22T01:45:58.0795147Z ##[group]Setting up auth
2026-06-22T01:45:58.0800172Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:45:58.0825906Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T01:45:58.1016388Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:45:58.1041977Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T01:45:58.1229304Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:45:58.1256023Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T01:45:58.1450348Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T01:45:58.1482472Z ##[endgroup]
2026-06-22T01:45:58.1482996Z ##[group]Fetching the repository
2026-06-22T01:45:58.1490165Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +c9985dae0f9d737c032d079fcd941f9a3bdc2814:refs/remotes/pull/27/merge
2026-06-22T01:45:58.9670343Z From https://github.com/SaberMage/spt-core
2026-06-22T01:45:58.9670993Z    932359311..2f57fea2b  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T01:45:58.9671538Z    1e2e2f78f..805727c5c  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-22T01:45:58.9705499Z ##[endgroup]
2026-06-22T01:45:58.9706156Z ##[group]Determining the checkout info
2026-06-22T01:45:58.9706663Z ##[endgroup]
2026-06-22T01:45:58.9711049Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T01:45:58.9751493Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T01:45:58.9777016Z ##[group]Checking out the ref
2026-06-22T01:45:58.9780031Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T01:45:58.9830965Z HEAD is now at c9985dae0 Merge 805727c5cda493066d3a8c1dc0678d55f2d0cff6 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:45:58.9835231Z ##[endgroup]
2026-06-22T01:45:58.9873791Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T01:45:58.9901756Z c9985dae0f9d737c032d079fcd941f9a3bdc2814
